home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl040 / viewr22j.lzh / VIEWER.DOC < prev    next >
Text File  |  1993-01-01  |  4KB  |  99 lines

  1.  
  2.        ╒═══════════════════════════════════════════════════════════╕
  3.        │                   VIEWER  Version  2.2                    │
  4.        │ ▌ ▄ ▄ ▄ ▐         Kingdom  Enterprises          ▌ ▄ ▄ ▄ ▐ │
  5.        │ █████████   Copyright 1993 All Rights Reserved  █████████ │
  6.        ╘═══════════════════════════════════════════════════════════╛
  7.  
  8.      THIS PROGRAM IS  PROVIDED  AS  IS WITHOUT ANY WARRANTY, EXPRESSED
  9.      OR IMPLIED, INCLUDING BUT NOT LIMITED TO FITNESS FOR A PARTICULAR
  10.      PURPOSE.  THE AUTHOR ACCEPTS  NO RESPONSIBILTIY FOR ANY DAMAGE TO
  11.      EQUIPMENT OR OTHER SOFTWARE THAT OCCURS AS A RESULT OF USING THIS
  12.      PROGRAM.
  13.  
  14.  
  15.  VIEWER is NOT public domain software.  This program was written for and
  16.  given to God.  This program is free to registered users of the OmegaComm
  17.  BBS system.  If you are not running OmegaComm and plan to use it, then a
  18.  suggested tax deductible donation of $15.00 or more should be made
  19.  to either your local church or:
  20.  
  21.                       Christian Appalachian Project
  22.                           322 Crab Orchard Road
  23.                        Lancaster, Kentucky 40446-0001
  24.  
  25. The Christian Appalachian Project has had nothing to do with the development
  26. or dissemination of this program.  Those who chose to use this program in
  27. contradiction to the above restrictions and/or provisions will have to deal
  28. with the Living God on His terms.
  29.  
  30. Viewer will read the DOOR.SYS* file if available and if not, it will
  31. read a Dorinfo.def* file.
  32.  
  33. DOOR.SYS IS THE SAME AS THE ONE READ BY DOORWAY.EXE
  34. DORINFO.DEF IS RBBS COMPATIBLE
  35.  
  36. USE DOORMASTER TO CONVERT DORINFO.DEF TO YOUR SYSTEM FORMAT
  37.  
  38. **************************************************************************
  39.                         DOOR.SYS FILE STRUCTURE
  40. **************************************************************************
  41.  
  42.   JOHN PHILLIPS      < NAME OF CALLER >
  43.   0                  < COMPORT [0 = LOCAL, 1 OR 2] >
  44.   2400               < BAUD RATE >
  45.   120                < TIME LEFT >
  46.   G                  < GRAPHICS >
  47.   S                  < ALWAYS A 'S' >
  48.  
  49. **************************************************************************
  50.                     DORINFO.DEF FILE STRUCTURE
  51. **************************************************************************
  52.  
  53.  JACOBS LADDER         < BBS NAME >
  54.  LARRY                 < SYSOP FIRST NAME >
  55.  LOISELLE              < SYSOP LAST NAME >
  56.  COM0                  < COM PORT - 0 = LOCAL >
  57.  2400 BAUD,N,8,1       < BAUD RATE ETC >
  58.  0                     < UNKNOWN - NEEDS TO BE 0 >
  59.  LARRY                 < CALLER FIRST NAME >
  60.  LOISELLE              < CALLER LAST NAME >
  61.  MANOR, TEXAS          < CALLER CITY, STATE >
  62.  3                     < SCREEN TYPE - 1 = MONO,2 = ANSI GRAPHICS,3 = COLOR >
  63.  9                     < ACCESS LEVEL >
  64.  120                   < TIME LEFT >
  65.  -1                    < UNKNOWN - MUST BE -1 >
  66.  
  67.  
  68. *****************************************************************************
  69.                           VIEWER VERSION 2.2
  70. *****************************************************************************
  71.  
  72. WHAT'S NEW:  Version 2.2 has refined async i/o routines.  It still has
  73. its own built in async i/o, but will use as fossil driver if present.
  74. It will handle 300-38400 baud including 4800, 7200, 14400, and 16800.
  75. The ansi handling routines have also been updated.
  76.  
  77. **************************************************************************
  78.                           GENERAL INFORMATION
  79. **************************************************************************
  80.  
  81. This program can be used stand alone or as a BBS door.  Viewer Version
  82. 2.2 has its own built in async unit so it does not need a doors program
  83. like Doorway.Exe.  This new async input/output unit will recognize and
  84. use a fossil driver if present.  If no fossil driver is present it will
  85. use its own.  It does not reset the baud rate, so it should work perfectly
  86. with locked ports.  It recognizes the following user files:  Door.Sys*
  87. and Dorinfo.Def.
  88.  
  89. * Created by OmegaComm.
  90.  
  91. Viewer.Bat handles the compressed file routines.  Download.Bat handles
  92. the downloads.  Both of these files must be in the same subdirectory as
  93. Viewer.Exe.
  94.  
  95. **************************************************************************
  96.  
  97. Shalom ...
  98. +Larry
  99. January 1, 1993